
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;400;600&family=Raleway:wght@200;400;600;800&family=Roboto:wght@400;500;700&display=swap');


*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Raleway', sans-serif;

}
html{
	scroll-behavior: smooth;
	scroll-padding-top: 10px;
}
 

title h1 h2{
	font-family: 'Roboto', sans-serif;
}

header {
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	justify-content:space-between;
	align-items: center;
	padding: 15px 200px 15px;
	transition: 0.5s ease;
}

header .brand img{
	z-index: 999;
	position: relative;
	height: 50px;	
	display: flex;
}

header .navigation {
	position: relative;
	display: flex;

}

header .navigation .navigation-items a {
	position: relative;
	color: #000; 
	font-size: 1em;
	font-weight: 500;
	text-decoration: none;
	margin-left: 30px;
	transition: 0.3s ease;
	
}

header .navigation .navigation-items a:before {
	content: '';
	position:absolute;
	background: #000; 
	width: 0;
	height: 1px;
	bottom: 0;
	left: 0;
	transition: 0.3s ease;
	

}

header .navigation .navigation-items a:hover:before{
	width: 100%;
}

header.sticky  {
	padding: 5px, 200px;
	background: rgb(255, 255, 255);
	color: #000;
	position:fixed;
	
}


.small-img img{
	width: inherit;
	cursor: pointer;
	transition: all 0.3s ease;
}

.small-img:hover img{
	transform: scale(1.2);
}




.size {
	display: flex;
	margin-top: 40px;
	color: #000;
	

}
.col-2 .size p {
	color: #000;
	padding: 0px 10px;
}



.info {
	margin-top: 40px;
	color: #000;
}
.info h3 {
	font-size: 1.3em;
	font-weight: 600;
}
.size h3{
		font-size: 1.3em;
		font-weight: 600;
}
.psize {
	font-size: 16px;
	font-weight: 400;
	margin-left: 10px;
}


.small-container{
	max-width: 1000px;
	margin: auto;
	
	padding-right: 20px;
}
.row{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-around;

}

.single-product{
	margin-top: 80px;
}
.small-img-row{
	display: flex;
	justify-content: space-around;

}
.col-2 img{
	max-width: 100%;
	padding: 50px 0;

}

.small-img-col{
	flex-basis: 24%;
	cursor: pointer;
}
.single-product .col-2 img{
	padding: 0;
}
.single-product .col-2{
	padding: 20px;
}

.col-2{
	flex-basis: 50%;
	min-width: 300px;

}

.col-2 h1{
	font-size: 40px;
	line-height: 50px;
	margin: 2px 0;
}
.col-2 ul{
	font-size: 14px;
	font-weight: 400;
}
.col-2 ul{
	list-style: disc;
	margin-top: 20px;
}
.info p{
	font-size: 16px;
	font-weight: 400;
	margin-top: 10px;
	color: #000;

}
 li{
	font-size: 16px;
	font-weight: 400;	
	color: #000;
	list-style: disc;
	margin-left: 30px;

}

.single-product select{
	display: block;
}










/********************************************************************************************/

.footer {
	background: #000;
	padding: 40px 0;
	color: #fff;
	position: relative;
}
.container-footer{
	max-width: 1270px;
	margin: auto;
	bottom: 0;
}
ul {
	list-style: none;

}
.row-footer{
	display: flex;
	flex-wrap: wrap;
}
.col-footer {
	width: 25%;
	padding: 0 15px;
}
.col-footer h4{
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-weight: 600;
	position: relative;
	letter-spacing: 2px;
}
.col-footer ul li  {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	font-weight: 200;
	display: block;
	margin-bottom: 20px;
	letter-spacing: 2px;
}
.col-footer ul li a {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	font-weight: 200;
	display: block;
	letter-spacing: 2px;
}
.col-footer .social-links a{
	display: inline-block;
	font-size: 1.6em;
	background-color: rgba(0, 0, 0, 0);
	margin-right: 40px;
	color: #fff;
	transition: 0.5s ease;

}
.col-footer .social-links a:hover{
	transform: scale(1.3);
}

.container-footer img{
	height: 50px;
	
}

/**************************************************************TABLETTE****************************************/

@media (max-width:1040px) {
	*{
		margin: 0;
	padding: 0;
	box-sizing: border-box;
	}
	header {
		
		padding: 12px 20px;
		width: 98%;
	}
	section {
		padding: 100px 0px;
	}
	.home .media-icons {
		right: 15px;
	}
	header .navigation {
		display: none;
	}
	header .navigation.active {
		position: fixed;
		width: 100%;
		height: 100vh;
		top: 0;
		left: 0;
		display: flex;
		justify-content: center;
		background: rgba(1, 1, 1, 0.5);
	}
	header .navigation .navigation-items a {
		color: #222;
		font-size: 1.2em;
		margin: 20px;
	}
	header .navigation .navigation-items a:before {
		background: #222;
		height: 1px;

	}

	header .navigation.active .navigation-items {
		background: #fff;
		width: 600px;
		max-width: 600px;
		margin: 20px;
		padding: 40px;
		display: flex;
		flex-direction: column;
		align-items: center;
		border-radius: 5px;
		box-shadow: 0 5px 25px rgb(1, 1, 1 / 20%);

	}
	.menu-btn {
		background: url(/assets/images/menu.webp) no-repeat;
		background-size: 30px;
		background-position: center;
		width: 40px;
		height: 40px;
		cursor: pointer;
		transition: 0.3s ease;
	}
	.menu-btn.active {
		z-index: 999;
		background: url(/assets/images/close.webp) no-repeat;
		background-size: 25px;
		background-position: center;
		transition: 0.3s ease;

	}
	

	/*********************************************************/
	
	
	/*********************************/

	
/*************************************************************/


.size p{
	font-size: 0.9em;
	font-weight: 600;
}
.psize {
	
	font-size: 0.8em;

}

.info h1 {
	font-size: 1em;
	font-weight: 600;
}

.info h3{
	font-size: 0.8em;

}
.size h3 {
font-size: 0.8em;
}

.info p{
	font-size: 14px;
	font-weight: 400;
	margin-top: 10px;

}
li{
	font-size: 14px;
	font-weight: 400;	
	margin-left: 30px;

}

.psize {
	font-size: 16px;
	font-weight: 400;
	margin-left: 10px;
}


/****************************************************************/
.footer {
	padding: 20px 0;
	top: 344px;
}



.col-footer h4{
	font-size: 16px;
	
	margin-bottom: 20px;
}
.col-footer ul li  {
	font-size: 14px;
	margin-bottom: 10px;
}

.container-footer img{
	height: 40px;
	
}


}



/****************************************************IPAD*******************************************************************************/

@media (max-width:850px) {

	body{
		max-height: 98vh;
	}
	
	header {
		padding: 1px 2px;
		width: 98%;
	}
	
	

	header .navigation.active .navigation-items {
		background: #fff;
		max-width: 600px;
		margin: 20px;
		padding: 40px;
		display: flex;
		flex-direction: column;
		align-items: center;
		border-radius: 5px;
		box-shadow: 0 5px 25px rgb(1, 1, 1 / 20%);

	}
	.menu-btn {
		background: url(/assets/images/menu.webp) no-repeat;
		background-size: 30px;
		background-position: center;
		width: 40px;
		height: 40px;
		cursor: pointer;
		transition: 0.3s ease;
	}
	.menu-btn.active {
		z-index: 999;
		background: url(/assets/images/close.webp) no-repeat;
		background-size: 25px;
		background-position: center;
		transition: 0.3s ease;

	}
	

	/***************************************************/
	.col-2 h1{
		font-size: 30px;
		line-height: 40px;
		margin: 5px 0;
	}
	
	
	.size p{
		font-size: 0.8em;
		font-weight: 400;
	}
	.psize {
		
		font-size: 14px;
	
	}
	
	.info h1 {
		font-size: 1em;
		font-weight: 600;
	}
	.info h3{
		font-size: 0.8em;
	
	}
	.size h3 {
	font-size: 0.8em;
	}
	
	.info p{
		font-size: 12px;
		font-weight: 400;
		margin-top: 10px;
	
	}
	li{
		font-size: 12px;
		font-weight: 400;	
		margin-left: 20px;
	
	}
	
	

	/*********************************************************/
	
/*************************************************************/


/****************************************************************/
.footer {
	padding: 20px 0;
	
	width: 100%;
}



.col-footer h4{
	font-size: 9px;
	
	margin-bottom: 20px;
}
.col-footer ul li  {
	font-size: 9px;
	margin-bottom: 10px;
}

.col-footer ul li a{
	font-size: 9px;

}

.container-footer img{
	height: 20px;
	
}

.col-footer .social-links {
	font-size: 0.8em;
}
.col-footer ul iframe {
	width: 100px;
	height: 90px;
}


}



/*******************************************************PHONE******************************************/


@media (max-width:450px) {



	header {
		width: 98%;
		z-index: 111;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		align-items: center;
		transition: 0.5s ease;
	}
	

	header {
		padding: 1px 2px 1px;
	}
	
	

	header .navigation.active .navigation-items {
		max-width: 350px;
		margin: 20px;
		padding: 40px;
		display: flex;
		flex-direction: column;
		align-items: center;
		border-radius: 5px;
		box-shadow: 0 5px 25px rgb(1, 1, 1 / 20%);

	}
	.menu-btn {
		background: url(/assets/images/menu.webp) no-repeat;
		background-size: 30px;
		background-position: center;
		width: 40px;
		height: 40px;
		cursor: pointer;
		transition: 0.3s ease;
	}
	.menu-btn.active {
		z-index: 999;
		background: url(/assets/images/close.webp) no-repeat;
		background-size: 25px;
		background-position: center;
		transition: 0.3s ease;

	}
	.slider-navigation {
		margin-bottom: 5px;
		transform: translateY(30px);
	}

	/***************************************************/
	
	/*********************************************************/
	
  
	
	.size p{
		font-size: 0.8em;
		font-weight: 400;
	}
	.psize {
		
		font-size: 14px;
	
	}
	
	.info h1 {
		font-size: 1em;
		font-weight: 600;
	}
	.info h3{
		font-size: 0.9em;
	
	}
	.size h3 {
	font-size: 0.9em;
	}
	
	.info p{
		font-size: 12px;
		font-weight: 400;
		margin-top: 10px;
	
	}
	li{
		font-size: 12px;
		font-weight: 400;	
		margin-left: 10px;
	
	}
	
	

/*************************************************************/

/****************************************************************/
.footer {
	padding: 40px 20px;
	top: 100vh;
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	
}

.container-footer{
	max-width: 380px;
	
	bottom: 0;
}

.row-footer{
	display: flex;
	flex-wrap: wrap;
}
.col-footer {
	width: 50%;
	padding: 10px 15px;
}
.col-footer h4{
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 600;
	position: relative;
	letter-spacing: 2px;
}
.col-footer ul li  {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	font-weight: 200;
	display: block;
	margin-bottom: 20px;
	letter-spacing: 2px;
}
.col-footer ul li a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	font-weight: 200;
	display: block;
	letter-spacing: 2px;
}
.col-footer .social-links a{
	display: inline-block;
	font-size: 1.2em;
	background-color: rgba(0, 0, 0, 0);
	margin-right: 20px;
	color: #fff;
	transition: 0.5s ease;

}
.col-footer .social-links a:hover{
	transform: scale(1.3);
}

.container-footer img{
	height: 20px;
	
}

.container-footer  iframe {
	width: 150px;
	height: 100px;
}


}


/*********************************************************************/

@media (max-width:300px) {



	header {
		width: 98%;
		z-index: 111;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		align-items: center;
		transition: 0.5s ease;
	}
	

	header {
		padding: 1px 2px 1px;
	}
	
	

	header .navigation.active .navigation-items {
		max-width: 350px;
		margin: 20px;
		padding: 40px;
		display: flex;
		flex-direction: column;
		align-items: center;
		border-radius: 5px;
		box-shadow: 0 5px 25px rgb(1, 1, 1 / 20%);

	}
	.menu-btn {
		background: url(/assets/images/menu.webp) no-repeat;
		background-size: 30px;
		background-position: center;
		width: 40px;
		height: 40px;
		cursor: pointer;
		transition: 0.3s ease;
	}
	.menu-btn.active {
		z-index: 999;
		background: url(/assets/images/close.webp) no-repeat;
		background-size: 25px;
		background-position: center;
		transition: 0.3s ease;

	}
	.slider-navigation {
		margin-bottom: 5px;
		transform: translateY(30px);
	}

	/***************************************************/
	
	/*********************************************************/
	
   .small-container {
	padding: 0 10px;
	max-width: 100%;
	overflow: hidden;
   }
	
	.size p{
		font-size: 0.8em;
		font-weight: 400;
	}
	ul li {
		font-size: 12px;
	}
	.psize {
		
		font-size: 14px;
	
	}
	
	.info h1 {
		font-size: 0.8em;
		font-weight: 600;
	}
	
	.info p{
		font-size: 12px;
		font-weight: 400;
		margin-top: 10px;
	
	}
	.info pre{
		font-size: 12px;
		font-weight: 400;	
	
	}
	
	

/*************************************************************/

	/****************************************************************/
	.footer {
		padding: 40px 20px;
		top: 100vh;
		width: 100%;
		display: flex;
		flex-direction: row-reverse;
		
	}
	
	.container-footer{
		max-width: 380px;
		
		bottom: 0;
	}
	
	.row-footer{
		display: flex;
		flex-wrap: wrap;
	}
	.col-footer {
		width: 50%;
		padding: 10px 15px;
	}
	.col-footer h4{
		font-size: 12px;
		text-transform: uppercase;
		margin-bottom: 20px;
		font-weight: 600;
		position: relative;
		letter-spacing: 2px;
	}
	.col-footer ul li  {
		font-size: 12px;
		color: #fff;
		text-decoration: none;
		font-weight: 200;
		display: block;
		margin-bottom: 20px;
		letter-spacing: 2px;
	}
	.col-footer ul li a {
		font-size: 12px;
		color: #fff;
		text-decoration: none;
		font-weight: 200;
		display: block;
		letter-spacing: 2px;
	}
	.col-footer .social-links a{
		display: inline-block;
		font-size: 1.2em;
		background-color: rgba(0, 0, 0, 0);
		margin-right: 20px;
		color: #fff;
		transition: 0.5s ease;
	
	}
	.col-footer .social-links a:hover{
		transform: scale(1.3);
	}
	
	.container-footer img{
		height: 20px;
		
	}
	
	.container-footer  iframe {
		width: 150px;
		height: 100px;
	}
	
	
	}









